home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 854 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.2 KB

  1. Path: rahul.net!a2i!wolf359!eric
  2. From: eric@wolf359.exile.org (Eric Edwards)
  3. Newsgroups: comp.sys.amiga.networking
  4. Subject: AmiTCP not reading packets from ethernet
  5. Message-ID: <RmG-x*Ic2@wolf359.exile.org>
  6. Date: Sun, 28 Jan 1996 10:51:33 GMT
  7. Organization: Engineers in Exile
  8. X-Newsreader: Arn V1.03a
  9.  
  10. I have been running ppp to my ISP for some time without problems.
  11.  
  12. Recently I added an Ariadne ethernet card so I could my Amiga and
  13. SparcStation together in a private network.
  14.  
  15. The Sun seems to be working ok.  It can ping itself through the interface
  16. and SanaIIDevStat shows that packets are being delivered to the Amiga.
  17.  
  18. AmiTCP is giving me more trouble, however.  I can send data out but AmiTCP
  19. doesn't seem to be processing incoming packets.
  20.  
  21. Pinging from Amiga to Amiga or Amiga to Sun produces traffic through the
  22. hub.  SanaIIDevStat shows packets going out.
  23.  
  24. Pinging from Sun to Amiga produces traffic going out from the Sun. 
  25. SanaIIDevStat shows packets comming in.  But AmiTCP sends no response.  No
  26. outbound packets are registered by SanaIIDevStat.
  27.  
  28. Pinging from Amiga to Amiga (external loopback) produces outbound traffic
  29. but no inbound packets registed by SanaIIDevStat.
  30.  
  31. Pinging from Internet to Amiga over ppp.device results in a proper
  32. responce.
  33.  
  34. Any ideas what is going on?  My startnet script follows:
  35.  
  36. ----cut here----
  37. failat 40
  38. online devs:networks/ppp.device 0
  39. online devs:networks/ariadne.device 0
  40. ; log in
  41. echo
  42. echo login: eric
  43. AmiTCP:bin/login -f eric
  44. AmiTCP:bin/umask 022
  45. AmiTCP:AmiTCP
  46. WaitForPort AMITCP
  47. ; Configure loop-back device
  48. AmiTCP:bin/ifconfig lo0 localhost
  49. ; Configure ppp0
  50. AmiTCP:bin/ifconfig ppp0 $ppp0iplocal $ppp0ipremote
  51. ; configure ethernet
  52. AmiTCP:bin/ifconfig ariadne inet 192.168.1.2 netmask 255.255.255.0 -arp
  53. ; Add route to this host
  54. ;AmiTCP:bin/route add $ppp0iplocal localhost
  55. ; Add route for local lan
  56. ;AmiTCP:bin/route add 192.168.1.2 localhost
  57. ;
  58. AmiTCP:bin/route add default $ppp0ipremote
  59. ;setenv HOSTNAME `AmiTCP:bin/hostname`
  60. Assign TCP: Exists > NIL:
  61. IF Warn
  62.   Mount TCP: from AmiTCP:devs/Inet-Mountlist
  63. EndIf
  64. ; Start the internet `super server'
  65. run AmiTCP:bin/inetd
  66.  
  67. --end of amitcp:bin/startnet------
  68.  
  69. ----
  70. "Not many fishes, in the sea.  Not many fishes, just Londo and me"
  71. Remember the home hobbyist computer: Born 1975, died April 29, 1994
  72.  
  73.